home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #11 / Amiga Plus CD - 2004 - No. 11.iso / AmiSoft / Dev / misc / temgen.lha / Temgen / tg-0.11 / errtab.h < prev    next >
C/C++ Source or Header  |  2002-12-18  |  147b  |  8 lines

  1. #ifndef __errtab_h_
  2. #define __errtab_h_
  3.  
  4. void save_error( const char *fname, int line, const char *msg );
  5. const char *next_errmsg( void );
  6.  
  7. #endif
  8.